SftTree/OCX 7.0

SftTreeCell.EditIgnore Property

Softel vdm, Inc.

Defines whether the cell is ignored for cell editing.

Syntax       

Get

VB.NET

Boolean = object.EditIgnore  As Boolean

VB

Boolean = object.EditIgnore  As Boolean

C#.NET

bool Boolean = object.EditIgnore;

VC++

VARIANT_BOOL Boolean = object->EditIgnore;
VARIANT_BOOL Boolean = object->GetEditIgnore();

C

HRESULT object->get_EditIgnore(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.EditIgnore   : WordBool;

Put

VB.NET

object.EditIgnore = Boolean  As Boolean

VB

object.EditIgnore = Boolean  As Boolean

C#.NET

bool object.EditIgnore = Boolean;

VC++

VARIANT_BOOL object->EditIgnore = Boolean;
void object->PutEditIgnore(VARIANT_BOOL Boolean);

C

HRESULT object->put_EditIgnore(VARIANT_BOOL Boolean);

Delphi

object.EditIgnore := Boolean   : WordBool;

object

A SftTreeCell object.

Boolean

Defines whether the cell is ignored for cell editing.

Boolean

Description

True

The cell is ignored for cell editing.  It cannot be edited using the Cell.Edit method and the EditNavigate method will skip this cell. 

False

The cell can be edited, unless editing is prevented by the Item.EditIgnore property.

Comments

The EditIgnore property defines whether the cell is ignored for cell editing.

See Also  SftTreeCell Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com